'Declaration
<DispIdAttribute(179)> Function GetTextOccurrenceCount_2( _ ByVal Page As Integer, _ ByVal Text As String, _ ByVal CaseSensitive As Boolean, _ ByVal WholeWords As Boolean, _ ByVal OrdinalComparison As Boolean _ ) As Integer
[DispId(179)] int GetTextOccurrenceCount_2( int Page, string Text, bool CaseSensitive, bool WholeWords, bool OrdinalComparison )
function GetTextOccurrenceCount_2( Page: Integer; Text: String; CaseSensitive: Boolean; WholeWords: Boolean; OrdinalComparison: Boolean ): Integer;
DispIdAttribute(179) function GetTextOccurrenceCount_2( Page : int, Text : String, CaseSensitive : boolean, WholeWords : boolean, OrdinalComparison : boolean ) : int;
[DispId(179)] int GetTextOccurrenceCount_2( int Page, string* Text, bool CaseSensitive, bool WholeWords, bool OrdinalComparison )
[DispId(179)] int GetTextOccurrenceCount_2( int Page, String^ Text, bool CaseSensitive, bool WholeWords, bool OrdinalComparison )
Parameters
- Page
- Text
- CaseSensitive
- WholeWords
- OrdinalComparison